rcond — Condition Number


\begin{rail}
RCond : 'rcond' '(' Matrix ')' ;
\end{rail}
rcond calculates a scalar that is an approximation to the reciprocal of the condition number of the argument matrix. An approximation is used to reduce the computation required.

Subsections